home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / FileShredder.exe / 0 / RCDATA / TFRMFILESSELECTION / TFRMFILESSELECTION.txt
Text File  |  2008-10-30  |  5KB  |  199 lines

  1. object frmFilesSelection: TfrmFilesSelection
  2.   Left = 485
  3.   Top = 120
  4.   Width = 643
  5.   Height = 420
  6.   Caption = 'frmFilesSelection'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 144
  18.   TextHeight = 16
  19.   object pnlFilesSelection: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 633
  23.     Height = 384
  24.     Align = alClient
  25.     BevelOuter = bvNone
  26.     Color = clWhite
  27.     TabOrder = 0
  28.     DesignSize = (
  29.       633
  30.       384)
  31.     object imgWatermarkPage: TImage
  32.       Left = 286
  33.       Top = 260
  34.       Width = 349
  35.       Height = 127
  36.       Anchors = [akRight, akBottom]
  37.       AutoSize = True
  38.       Transparent = True
  39.     end
  40.     object lblTitle: TAxLabel
  41.       Left = 32
  42.       Top = 16
  43.       Width = 292
  44.       Height = 19
  45.       WordWrap = False
  46.       Quality = smMMXSmoothing4x
  47.       Layout = tlCenter
  48.       Transparent = False
  49.       Caption = 'Shred sensitive data beyond restore'
  50.       Font.Charset = DEFAULT_CHARSET
  51.       Font.Color = 10040064
  52.       Font.Height = -16
  53.       Font.Name = 'Verdana'
  54.       Font.Style = []
  55.       ShowAccelChar = True
  56.       ParentFont = False
  57.     end
  58.     object lblNote: TLabel
  59.       Left = 48
  60.       Top = 311
  61.       Width = 348
  62.       Height = 16
  63.       Caption = 'NOTE: you can drag & drop files and folders from the Explorer'
  64.       Color = clWhite
  65.       Font.Charset = DEFAULT_CHARSET
  66.       Font.Color = 9737364
  67.       Font.Height = -13
  68.       Font.Name = 'Arial'
  69.       Font.Style = []
  70.       ParentColor = False
  71.       ParentFont = False
  72.       Transparent = True
  73.     end
  74.     object lblClickNext: TLabel
  75.       Left = 32
  76.       Top = 360
  77.       Width = 392
  78.       Height = 16
  79.       Caption = 
  80.         'Select files or folders to securely erase and press Shred to con' +
  81.         'tinue'
  82.       Transparent = True
  83.     end
  84.     object lblDescription: TLabel
  85.       Left = 32
  86.       Top = 64
  87.       Width = 572
  88.       Height = 63
  89.       AutoSize = False
  90.       Caption = 'lblDescription'
  91.       ParentShowHint = False
  92.       ShowHint = False
  93.       WordWrap = True
  94.     end
  95.     object btnDelete: TButton
  96.       Left = 495
  97.       Top = 227
  98.       Width = 109
  99.       Height = 25
  100.       Caption = 'Delete'
  101.       Enabled = False
  102.       TabOrder = 1
  103.       OnClick = btnDeleteClick
  104.     end
  105.     object bitbtnAdd: TBitBtn
  106.       Left = 495
  107.       Top = 197
  108.       Width = 109
  109.       Height = 25
  110.       Caption = 'Add'
  111.       TabOrder = 0
  112.       OnClick = bitbtnAddClick
  113.       Layout = blGlyphRight
  114.     end
  115.     object btnClear: TButton
  116.       Left = 495
  117.       Top = 257
  118.       Width = 109
  119.       Height = 25
  120.       Caption = 'Clear'
  121.       Enabled = False
  122.       TabOrder = 2
  123.       OnClick = btnClearClick
  124.     end
  125.     object lvFiles: TFSHListView
  126.       Left = 48
  127.       Top = 197
  128.       Width = 433
  129.       Height = 109
  130.       Action = actlvButtons
  131.       Columns = <
  132.         item
  133.           MaxWidth = 408
  134.           Width = 408
  135.         end>
  136.       ColumnClick = False
  137.       DragMode = dmAutomatic
  138.       HideSelection = False
  139.       MultiSelect = True
  140.       ReadOnly = True
  141.       RowSelect = True
  142.       ShowColumnHeaders = False
  143.       TabOrder = 3
  144.       ViewStyle = vsReport
  145.     end
  146.     object chbEraseRecyleBin: TAxCheckBox
  147.       Left = 32
  148.       Top = 139
  149.       Width = 227
  150.       Height = 26
  151.       AutoSize = True
  152.       Caption = 'Securely erase files in <a>Recycle Bin</a>'
  153.       LinkColor = 14509568
  154.       TabOrder = 4
  155.       UseHTMLTags = True
  156.       OnLinkClick = chbEraseRecyleBinLinkClick
  157.     end
  158.     object chbEraseFilesFolders: TAxCheckBox
  159.       Left = 32
  160.       Top = 166
  161.       Width = 206
  162.       Height = 26
  163.       AutoSize = True
  164.       Caption = 'Securely erase files and folders'
  165.       Checked = True
  166.       LinkColor = 14509568
  167.       State = cbChecked
  168.       TabOrder = 5
  169.     end
  170.   end
  171.   object pmAddBtn: TPopupMenu
  172.     Left = 396
  173.     Top = 264
  174.     object pmiAddFiles: TMenuItem
  175.       Caption = 'Add Files...'
  176.       OnClick = pmiAddFilesClick
  177.     end
  178.     object pmiAddFolders: TMenuItem
  179.       Caption = 'Add Folders...'
  180.       OnClick = pmiAddFoldersClick
  181.     end
  182.   end
  183.   object OpenFilesDiag: TOpenDialog
  184.     Filter = '*.*|*.*'
  185.     InitialDir = 'c:\'
  186.     Options = [ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofNoNetworkButton, ofNoDereferenceLinks, ofEnableSizing, ofDontAddToRecent, ofForceShowHidden]
  187.     Left = 396
  188.     Top = 138
  189.   end
  190.   object ActionList: TActionList
  191.     Left = 396
  192.     Top = 201
  193.     object actlvButtons: TAction
  194.       Caption = 'actlvButtons'
  195.       OnUpdate = actlvButtonsUpdate
  196.     end
  197.   end
  198. end
  199.